Date: 2023-05-03
Having GitHub handle the build/deployment of this blog was cool. However, I realized that relying entirely on GH means that I'd have a slow turnaround when developing, not to mention clogging up my commit history and not learning the basics of how Jekyll works.
Some of the things I tried include:
I then tried adding the github-pages
ruby gem to get the styling to work, but I encountered another error. The output was generating fine, but vscode was no longer offering to show me the preview. There waas also an error in the terminal. Of course there was a helpful stackoverflow link, and that was that.
I also changed some of the boilerplate title and footers.
Pretty funny how my initial posts on this blog were about setting up the blog and the "challenges" I faced when doing it.
(mainly so I don't forget)
bash
bundle exec jekyll serve